From 47348237c8612349ba15ba1cd898ffbf48bd68b8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 7 Mar 2012 03:13:25 +0100 Subject: [PATCH] Revert "Remove broken css-match-regions reftest" This reverts commit 7b962c852111369f5ca93a8ae725f04aa10b5a33. --- tests/reftests/Makefile.am | 2 + tests/reftests/css-match-regions.ref.ui | 71 +++++++++++++++++++++++++ tests/reftests/css-match-regions.ui | 68 +++++++++++++++++++++++ 3 files changed, 141 insertions(+) create mode 100644 tests/reftests/css-match-regions.ref.ui create mode 100644 tests/reftests/css-match-regions.ui diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 0f36bc9007..b7376137ea 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -105,6 +105,8 @@ EXTRA_DIST += \ css-match-name.css \ css-match-name.ref.ui \ css-match-name.ui \ + css-match-regions.ref.ui \ + css-match-regions.ui \ css-match-siblings.css \ css-match-siblings.ref.ui \ css-match-siblings.ui \ diff --git a/tests/reftests/css-match-regions.ref.ui b/tests/reftests/css-match-regions.ref.ui new file mode 100644 index 0000000000..84cce501ee --- /dev/null +++ b/tests/reftests/css-match-regions.ref.ui @@ -0,0 +1,71 @@ + + + + + False + popup + + + True + True + + + True + False + Normal + + + + + True + False + Blue + blue + + + False + + + + + True + False + Normal + + + 1 + + + + + True + True + + + True + False + Blue + blue + + + + + True + False + Red + red + + + False + + + + + 1 + False + + + + + + diff --git a/tests/reftests/css-match-regions.ui b/tests/reftests/css-match-regions.ui new file mode 100644 index 0000000000..e0abc17758 --- /dev/null +++ b/tests/reftests/css-match-regions.ui @@ -0,0 +1,68 @@ + + + + + False + popup + + + True + True + + + True + False + Normal + + + + + True + False + Blue + + + False + + + + + True + False + Normal + + + 1 + + + + + True + True + + + True + False + Blue + + + + + True + False + Red + + + False + + + + + 1 + False + + + + + + -- 2.30.2